From: Alexandru Ardelean Date: Tue, 6 Jan 2015 12:59:33 +0000 (+0200) Subject: python-pip: remove windows binaries X-Git-Url: http://git.openwrt.org/%22https:/collectd.org/%22http:/www.crowdsec.net//%22https%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22https%22?a=commitdiff_plain;h=1ee71252e73fab0545f4e5dbe031426dea390c1c;p=feed%2Fpackages.git python-pip: remove windows binaries Seem pip comes bundled with some Python libs. Some more work will be needed to split them out of pip. For now, some Windows executables are safe to remove. Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python-pip/Makefile b/lang/python-pip/Makefile index 9744b0176c..d0607d16e9 100644 --- a/lang/python-pip/Makefile +++ b/lang/python-pip/Makefile @@ -40,8 +40,10 @@ define Build/Compile ) endef +PYTHON_PIP_PKG_DIR:=$(PYTHON_PKG_DIR)/pip-$(PKG_VERSION)-py$(PYTHON_VERSION).egg/pip define PyPackage/python-pip/filespec -+|/usr/lib/python$(PYTHON_VERSION) ++|$(PYTHON_PKG_DIR) +-|$(PYTHON_PIP_PKG_DIR)/_vendor/distlib/*.exe endef # Backup these files, so that they do not clash with python-setuptools